home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
BBS in a Box 3
/
BBS in a box - Trilogy III.iso
/
Files
/
Prog
/
D-G
/
GemsI
/
Src
/
2DClip
/
box.h
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
C/C++ Source or Header
|
1992-06-16
|
186 b
|
14 lines
|
[
TEXT/MPS
]
/*
* file box.h
* a short include file is better then no include file
*/
typedef struct { /* guess what this is */
long _lowx;
long _lowy;
long _highx;
long _highy;
} BOX;